Visual Basic
azw3, epub |eng | 2015-09-27 | Author:Walkenbach, John [Walkenbach, John]

Workbook_SheetDeactivate: Executed when any sheet in the workbook is deactivated. It stores the sheet that is deactivated in an object variable — but only if the sheet is a worksheet. ...
( Category: VBA December 12,2015 )
epub |eng | 2015-09-27 | Author:Walkenbach, John

( Category: VBA December 12,2015 )
epub, pdf |eng | 2013-08-01 | Author:Richard Mansfield

MouseMove Event The MouseMove event is available to the CheckBox, ComboBox, CommandButton, Frame, Image, Label, ListBox, MultiPage, OptionButton, TabStrip, TextBox, and ToggleButton controls and to the UserForm object. This event ...
( Category: VBA April 13,2014 )
epub |eng | | Author:Steven Holzner

ITKnowledge subscribe login search My ITKnowledge FAQ/h site map contact us Go! Keyword © Brief O Full □ Advanced Search □ Search Tips Please Select To access the contents, click ...
( Category: Coding Theory March 26,2014 )
epub, pdf |eng | | Author:James Foxall

By the Way It’s possible to create arrays that can be resized at runtime. However, this topic is beyond the scope of this book. Referencing Array Variables To place a ...
( Category: Object-Oriented Design March 26,2014 )
epub, mobi |eng | 2012-09-09 | Author:Bryan Newsome

'Add an empty string to the ListBox lstData.Items.Add(String.Empty) 'Demonstrates the use of the Using statement 'Allows acquisition, usage and disposal of the resource lstData.Items.Add("Computer Class Properties:") Using objMemory As New ...
( Category: Object-Oriented Design March 26,2014 )
epub |eng | 2013-11-18 | Author:Michael Halvorson [Michael Halvorson]

Setting the trap: the Try…Catch code block To create an exception handler in code, you place the Try statement in a routine right before the statement you’re worried about, and ...
( Category: Visual Basic March 26,2014 )
epub, mobi |eng | 2012-12-06 | Author:Bill Sheldon & Billy Hollis & Rob Windsor & David McCarter & Gaston Hillar & Todd Herman

SQL Server .NET Data Provider The SQL Server .NET data provider uses Tabular Data Stream (TDS) to communicate with the SQL Server. This offers a great performance increase, as TDS ...
( Category: Visual Basic March 26,2014 )
epub |eng | 2011-12-05 | Author:Matthew MacDonald [MacDonald, Matthew]

Figure 18-4. A color picker custom control with two different templates Documenting Template Parts There’s one last refinement that you should make to the previous example. Good design guidelines suggest ...
( Category: Software Development March 26,2014 )